xen/arm: smmuv3: Disable the SMMUv3 driver when ACPI is enabled.
authorRahul Singh <rahul.singh@arm.com>
Fri, 29 Jan 2021 10:47:33 +0000 (10:47 +0000)
committerJulien Grall <jgrall@amazon.com>
Fri, 29 Jan 2021 16:17:20 +0000 (16:17 +0000)
commit30ae6a59e459dffc1f0001eddbf7561369c9b4ec
tree8fe8fea613fc7f95e52b7feb12ea9aa71e2354b4
parent0ecb8eb09f9fa4faefa3bf5bbeec5f94b0eef019
xen/arm: smmuv3: Disable the SMMUv3 driver when ACPI is enabled.

SMMUv3 driver does not support ACPI device probe.If APCI is enabled with
SMMUv3 driver compiler will throw an error.

Disable SMMUv3 driver when ACPI is enabled in kconfig to fix compilation
error.

Signed-off-by: Rahul Singh <rahul.singh@arm.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/drivers/passthrough/Kconfig